home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu11 / mcx11v15.arc / ESREQU.AS < prev    next >
Text File  |  1989-04-17  |  1KB  |  22 lines

  1. *ESREQU.AS
  2. *******************************************************************************
  3. *    MCX ESR equates                                                          *
  4. *******************************************************************************
  5.  
  6. .wait.   equ   1                   Wait for an event to occur
  7. .signal. equ   2                   Signal the occurence of an event
  8. .pend.   equ   3                   Set a semaphore to PENDing state
  9. .send.   equ   4                   Send a message to a task
  10. .sendw.  equ   5                   Send a message and wait for response
  11. .receive. equ   6                  Receive a message 
  12. .deque.  equ   7                   Dequeue an entery from a FIFO queue
  13. .enque.  equ   8                   Enqueue an entry into a FIFO queue
  14. .resume. equ   9                   Resume a suspended task
  15. .suspend. equ   10                 Suspend a task
  16. .terminate. equ   11               Terminate a task
  17. .execute. equ   12                 Execute a task
  18. .delay.  equ   13                  Delay a task for a period of time
  19. .timer.  equ   14                  Set up a timer
  20. .purge.  equ   15                  Purge active timer(s)
  21.  
  22.